home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / pathed3 / PATHED3.ZIP / Source / SolutionsUnlimitedPathOptions.dfm / SolutionsUnlimitedPathOptions.txt
Encoding:
Text File  |  1997-12-02  |  2.2 KB  |  101 lines

  1. object frmPathOptions: TfrmPathOptions
  2.   Left = 229
  3.   Top = 218
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Edit Library Search Path Options'
  6.   ClientHeight = 278
  7.   ClientWidth = 274
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 274
  20.     Height = 243
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 5
  24.     TabOrder = 0
  25.     object PageControl1: TPageControl
  26.       Left = 5
  27.       Top = 5
  28.       Width = 264
  29.       Height = 233
  30.       ActivePage = TabSheet1
  31.       Align = alClient
  32.       TabOrder = 0
  33.       object TabSheet1: TTabSheet
  34.         Caption = 'Options'
  35.         object GroupBox1: TGroupBox
  36.           Left = 5
  37.           Top = 10
  38.           Width = 245
  39.           Height = 66
  40.           Caption = 'Package Support'
  41.           TabOrder = 0
  42.           object cbxSync: TCheckBox
  43.             Left = 10
  44.             Top = 40
  45.             Width = 166
  46.             Height = 17
  47.             Caption = 'Sync with Packages'
  48.             TabOrder = 0
  49.           end
  50.           object cbxDisplayPackages: TCheckBox
  51.             Left = 10
  52.             Top = 20
  53.             Width = 204
  54.             Height = 17
  55.             Caption = 'Display Package Paths in List'
  56.             TabOrder = 1
  57.           end
  58.         end
  59.       end
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 0
  64.     Top = 243
  65.     Width = 274
  66.     Height = 35
  67.     Align = alBottom
  68.     BevelOuter = bvNone
  69.     TabOrder = 1
  70.     object Button1: TButton
  71.       Left = 193
  72.       Top = 5
  73.       Width = 75
  74.       Height = 25
  75.       Caption = 'Cancel'
  76.       ModalResult = 2
  77.       TabOrder = 0
  78.     end
  79.     object Button2: TButton
  80.       Left = 113
  81.       Top = 5
  82.       Width = 75
  83.       Height = 25
  84.       Caption = 'OK'
  85.       ModalResult = 1
  86.       TabOrder = 1
  87.     end
  88.   end
  89.   object FormStorage: TFormStorage
  90.     IniFileName = '\Software\Borland\Delphi\3.0\Solutions'
  91.     IniSection = 'PathEditor'
  92.     Options = [fpState, fpPosition, fpActiveControl]
  93.     UseRegistry = True
  94.     StoredProps.Strings = (
  95.       'cbxDisplayPackages.Checked'
  96.       'cbxSync.Checked')
  97.     Left = 229
  98.     Top = 32
  99.   end
  100. end
  101.